home *** CD-ROM | disk | FTP | other *** search
/ Dye Another Day / DyeAnotherDay.bin / swf / help.swf / scripts / DefineButton2_147 / BUTTONCONDACTION on(release, keyPress Right).as
Encoding:
Text File  |  2003-03-28  |  298 b   |  17 lines

  1. on(release, keyPress "<Right>"){
  2.    if(_root.part != 17)
  3.    {
  4.       _root.part++;
  5.       _root.newstep = 1;
  6.       _root.stepcheck.gotoAndPlay(2);
  7.       with(_root.topmenumovies)
  8.       {
  9.          play();
  10.       }
  11.       with(_root.containerfade)
  12.       {
  13.          play();
  14.       }
  15.    }
  16. }
  17.